packages feed

pandoc-0.4: tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).text

Simple block on one line:

<div>foo</div>

And nested without indentation:

<div>
<div>
<div>
foo
</div>
<div style=">"/>
</div>
<div>bar</div>
</div>